fix: resolve all security vulnerabilities in dependencies#54
Draft
Copilot wants to merge 1 commit into
Draft
Conversation
- nokogiri: 1.10.10 -> 1.19.3 (fixes 13 CVEs including libxslt/libxml2 issues) - puma: 4.3.9 -> 8.0.1 (fixes Information Exposure and HTTP Request Smuggling) - loofah: 2.7.0 -> 2.25.1 (fixes Uncontrolled Recursion and ReDoS) - rails-html-sanitizer: 1.3.0 -> 1.7.0 (fixes Inefficient Regex Complexity) - axios: 0.21.0 -> 0.30.3 (fixes SSRF, ReDoS, and DoS via __proto__) Agent-Logs-Url: https://github.com/RafaelWerner/spotcode-onebitcode/sessions/b361edcb-b2ae-4b4b-989e-3419d4b08d9e Co-authored-by: RafaelWerner <21970648+RafaelWerner@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
RafaelWerner
April 28, 2026 12:59
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes all security alerts identified in Ruby gem and npm dependencies.
Security Vulnerabilities Fixed
Ruby Gems
nokogiripumaloofahrails-html-sanitizerNPM
axios__proto__inmergeConfigChanges
Gemfile— added explicit minimum version constraints fornokogiri,loofah,rails-html-sanitizer; updatedpumaconstraintGemfile.lock— regenerated with updated gem versionspackage.json— bumpedaxiosto^0.30.3package-lock.json— updated to reflect new axios versionyarn.lock— updated to reflect new axios version